home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 015 / uprint.arc / VPRINT.DOC < prev   
Text File  |  1984-04-18  |  2KB  |  70 lines

  1.  
  2.  
  3.  
  4.  
  5.      VPRINT
  6.      Command
  7.      
  8.      --------------------------------------------------
  9.      Purpose: Creates a "virtual printer" by redirecting
  10.               all printer output to a disk file.
  11.      
  12.      Format:  VPRINT [filespec] [/N]
  13.      
  14.      Type:    Internal  External
  15.                           ***
  16.      
  17.      Remarks: Printer output is redirected to the
  18.               specified file, or if none is given, to
  19.               VIRTUAL.PRN.  To avoid overwriting
  20.               existing data, no redirection occurs if
  21.               the file is already in the directory. 
  22.               Output is buffered up until a sector's
  23.               worth of data is available.  
  24.      
  25.               The command VPRINT /N cancels redirection
  26.               and flushes the buffer to disk.
  27.      
  28.               The primary intended use of VPRINT is
  29.               the simplified creation of formatted DOS  
  30.               files from Easywriter.  By printing to
  31.               disk, it is not necessary to manually add
  32.               end of paragraph markers at the end of     
  33.               each line, or to use the Easywriter    
  34.               utility TRANSFER.
  35.      
  36.      Note:    VPRINT is still in an experimental form.
  37.               Use of the PrtSc key while redirection
  38.               is in effect will cause a system crash.    
  39.               On the author's 64K system, a single 5
  40.               digit number overwrites five charactors    
  41.               near the beginning of any file loaded by
  42.               Easywriter.  This overwrite can be
  43.               corrected with the editor prior to
  44.               printing.
  45.      
  46.               Developed by David Whitman
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.